-
Notifications
You must be signed in to change notification settings - Fork 177
Fix/mpu6050 missing "esp_driver_gpio" dependency (BSP-735) #672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix/mpu6050 missing "esp_driver_gpio" dependency (BSP-735) #672
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
espzav
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget bump component version for release the component into component registry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a private dependency on the esp_driver_gpio component to the mpu6050 component's CMakeLists configuration.
- Adds
esp_driver_gpioas a private requirement to the mpu6050 component
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1907d32 to
591c966
Compare
b1f26d6 to
ddb6a86
Compare
ddb6a86 to
77c58aa
Compare
5580775 to
445a95d
Compare
@tommaso-merlini I updated your code and fixed it. Now it can be merge. |
ESP-BSP Pull Request checklist
Change description
Component
mpu6050Issue
The
mpu6050.hheader includes<driver/gpio.h>, which is provided by theesp_driver_gpiocomponent. However,esp_driver_gpiowas not declared in the component's dependencies.This triggers a build error when inlcuding the library via
idf.py add-dependency "espressif/mpu6050^1.1.1":Note
Declare missing esp_driver_gpio (and esp_driver_i2c) dependencies for IDF >= 5.3 in CMake and bump component version to 1.2.1.
REQUIREStoesp_driver_gpio esp_driver_i2cfor IDF>= 5.3; fallback todriverotherwise.versionto1.2.1inidf_component.yml.Written by Cursor Bugbot for commit 445a95d. This will update automatically on new commits. Configure here.